FootnoteSeparator Class

Represents the line that separates a footnote area from a body text area on a page.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class FootnoteSeparator
Inheritance
Object    FootnoteSeparator

Constructors

FootnoteSeparator Initializes a new instance of the FootnoteSeparator class.

Properties

Adjustment Specifies how a footnote separator line is aligned on a page. The defined values are: -center: footnote separator line centered on page. -left: footnote separator line aligned to left on page. -right: footnote separator line aligned to right on page. The default value for this attribute is left.
Color Specifies the color of a column or footnote separator line.
DistanceAfterSeparator Specifies the space between a footnote separator line and the footnote text.
DistanceBeforeSeparator Specifies the space between the body text area and a footnote separator line.
LineStyle Specifies the style of a footnote separator line.
RelativeWidth Specifies the length of the footnote separator line as a percentage of the body text area.
Width Specifies the width or thickness of a line.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current Clone object to its equivalent string representation.
(Overrides ObjectToString)

See Also